THE-GNU-PROJECT is now compatible with the DFSG. Remove
missing-file.dfsg entirely since it it no longer being used.
+++ /dev/null
-
-The file that would normally be displayed here (@FILE@) has been moved
-to the emacs@MAJOR_VERSION@-common-non-dfsg package because its
-license does not appear to be compatible with the Debian Free Software
-Guidelines (DFSG). Please see
-/usr/share/doc/emacs@MAJOR_VERSION@-common/copyright for more
-information.
-
-Please install @FILE@ from Debian's non-free distribution if you would
-like for Emacs to display the original file.
dh_link -p$(flavor)-common /usr/share/common-licenses/GPL-3 \
usr/share/emacs/$(runtime_ver)/lisp/COPYING
- # Install replacements for non-free files that can be reached
- # through C-h
- for f in THE-GNU-PROJECT; \
- do \
- sed \
- -e "s/@FILE@/$$f/g" \
- -e "s/@MAJOR_VERSION@/$(major_ver)/g" \
- $(CURDIR)/debian/missing-file.dfsg > \
- $(pkgdir_common)/usr/share/emacs/$(runtime_ver)/etc/$$f.dfsg ; \
- done
-
$(pf); cd $(pkgdir_common) && \
find -name "*.elc" | perl -pe 's/\.elc$$/\.el/o' | xargs rm -f